Plugin

public interface Plugin

The details of the installed Chromium plugin.

Functions

Link copied to clipboard
Returns a string that represents the plugin description.
Link copied to clipboard
Returns an immutable list of the MIME types supported by the plugin.
Link copied to clipboard
public String name()
Returns a string that represents the name of the plugin.
Link copied to clipboard
public String path()
Obtains the path to the plugin.
Link copied to clipboard
public PluginType type()
Returns the plugin type.
Link copied to clipboard
public String version()
Returns a string that represents the version number of the plugin file.